| Method | Request URI |
|---|---|
| GET | /API/Hierarchy/?id=value&uniqueName=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| id | The ID of the hierarchy to get or its parent entity. |
| uniqueName | The unique name of the hierarchy. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Authorization: Bearer <Current session ID> |